Selerix Developer Tools
Larger Transmittal XML
Enrollment Integrations > Enrollment Integration Details > Sample Data Transmittal XML > Larger Transmittal XML

    Note: Product enrollment business rules defined on the BenSelect case may dictate additional data field requirements.  Check with the person who configures the BenSelect enrollment to see if any additional data is required.  If dependents are included in the data transmittal, each dependent's EmployeeID must be set to the ID value defined for the employee.  BenSelect uses this to associate dependents with the employee.

 

<?xml version="1.0" encoding="utf-8"?> <Transmittal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SenderID="3d266f04-b0b2-41a8-b6ec-0f34400cbca6" Type="UploadApplicants" PortfolioID="87902a63-3ef7-43fa-ada2-d9c9c9b4e0fe">
  <Version>1.2 2017-03-30</Version>
  <Group />
  <Agents>
    <Agent>
      <Address>
        <Line1>2112 Rush Road</Line1>
        <City>Seattle</City>
        <State>WA</State>
        <Zip>98110</Zip>
      </Address>
      <PhoneWork>2066845600</PhoneWork>
      <PhoneMobile>2066842489</PhoneMobile>
      <Email>polly@NationalInsuranceSales.com</Email>
      <FirstName>Polly</FirstName>
      <LastName>Ester</LastName>
      <Number>12345</Number>
      <Split>3.141592</Split>
      <Organization>National Insurance Sales, Inc.</Organization>
      <EnrollerType>FaceToFace</EnrollerType>
      <EffectiveDate>2017-01-01T00:00:00</EffectiveDate>
      <TerminationDate xsi:nil="true" />
      <StateLicense>
        <License>
          <State>TX</State>
          <StateLicense>TX590X10</StateLicense>
        </License>
        <License>
          <State>WA</State>
          <StateLicense>WA590X10</StateLicense>
        </License>
      </StateLicense>
    </Agent>
  </Agents>
  <Applicants>
    <Applicant ID="987654321" UniqueID="f01564ad-a29e-4fed-ae85-9e31947a3b66">
      <Address>
        <Line1>123 Circle Drive</Line1>
        <Line2>#345</Line2>
        <City>Seattle</City>
        <State>WA</State>
        <Zip>98118</Zip>
      </Address>
      <SSN>465465465</SSN>
      <FirstName>Douglas</FirstName>
      <LastName>Fir</LastName>
      <Sex>Male</Sex>
      <Employment Status="Active">
        <AsOfDate>2017-03-29T23:49:28</AsOfDate>
        <AsOfDateTicks>636264281688839844</AsOfDateTicks>
        <HireDate>2012-01-01T00:00:00</HireDate>
        <EligibilityDate>2012-01-01T00:00:00</EligibilityDate>
        <Title>Integration Engineer</Title>
        <Department>Product Development</Department>
        <Location>JAX</Location>
        <JobClass>Salary</JobClass>
        <PayGroup>Bi-Weekly</PayGroup>
        <PayrollFrequency>26</PayrollFrequency>
        <DeductionFrequency>24</DeductionFrequency>
        <Salary>60000</Salary>
        <HoursPerWeek>40</HoursPerWeek>
      </Employment>
      <LegalStatus>Employee</LegalStatus>
      <Relationship>Employee</Relationship>
      <BirthDate>1980-01-15T00:00:00</BirthDate>
      <EmployeeIdent>Employee_12345</EmployeeIdent>
    </Applicant>
    <Applicant ID="8675309" DependentNumber="1" EmployeeID="987654321">
      <Address>
        <Line1>123 Circle Drive</Line1>
        <Line2>#345</Line2>
        <City>Seattle</City>
        <State>WA</State>
        <Zip>98118</Zip>
      </Address>
      <SSN>999887777</SSN>
      <FirstName>Nottie</FirstName>
      <LastName>Fir</LastName>
      <Sex>Female</Sex>
      <LegalStatus>Spouse</LegalStatus>
      <Relationship>Spouse</Relationship>
      <BirthDate>1985-03-31T00:00:00</BirthDate>
      <EmployeeIdent>Employee_12345</EmployeeIdent>
    </Applicant>
    <Applicant ID="1248163264128" DependentNumber="2" EmployeeID="987654321">
      <Address>
        <Line1>123 Circle Drive</Line1>
        <Line2>#345</Line2>
        <City>Seattle</City>
        <State>WA</State>
        <Zip>98118</Zip>
      </Address>
      <SSN>222334444</SSN>
      <FirstName>Burl</FirstName>
      <LastName>Fir</LastName>
      <Sex>Male</Sex>
      <LegalStatus>Child</LegalStatus>
      <Relationship>Child</Relationship>
      <BirthDate>2012-02-29T00:00:00</BirthDate>
      <EmployeeIdent>Employee_12345</EmployeeIdent>
    </Applicant>
  </Applicants>
</Transmittal>
 

See Also